Skip to content

Add health check endpoints#59

Merged
justinhartman merged 1 commit intodevelopfrom
feat/create-health-check-api-for-domains
Nov 28, 2025
Merged

Add health check endpoints#59
justinhartman merged 1 commit intodevelopfrom
feat/create-health-check-api-for-domains

Conversation

@justinhartman
Copy link
Owner

Summary

  • add a dedicated health controller and route that exercise the configured VIDSRC, MULTI, and APP_URL domains
  • extract the locals middleware into its own module and wire the /health endpoints into the API bootstrap
  • cover the new behaviour with unit and integration tests for the controller, middleware, and router while updating existing bootstrap tests

Testing

  • CI=true bun run test -- --runInBand
  • CI=true bun run test:coverage -- --runInBand

Codex Task

@vercel
Copy link

vercel bot commented Nov 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
imdb-app Ready Ready Preview Comment Nov 28, 2025 10:29pm

@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (33c25f6) to head (c7975e9).
⚠️ Report is 6 commits behind head on develop.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           develop       #59    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           18        21     +3     
  Lines         1650      1799   +149     
  Branches       135       141     +6     
==========================================
+ Hits          1650      1799   +149     
Flag Coverage Δ
tests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@justinhartman justinhartman merged commit 5a69054 into develop Nov 28, 2025
5 checks passed
@justinhartman justinhartman deleted the feat/create-health-check-api-for-domains branch November 28, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant